|
ED
|
avaliable
|
RT
|
avaliable
|
With DynProperties it is possible to get access to additional Properties/Methods of Objects.
Sub SetDynProp() 'Sample: Set the Network Aktive Flag of the Project. MyWorkspace.ActiveDocument.DynProperties("NetActive") = True 'also set a computer as server... MyWorkspace.ActiveDocument.DynProperties("NetServer") = "COMPUTERNAME" End Sub